/* Coffee Ordering [css] */
body 
{
font-family : Calibri , sans-serif ;
background-color : #b06660 ; 
color : cccccc ; 
}
.container
{
height : 625px ;
width : 360px ;
margin : 30px auto ;
background : #c3b091;
border : 2px solid #FFFFFF ; 
border-radius : 20px ;
}


h1
{
background : #000000 ; 
color : White ;
margin : 5px ;
padding : 10px 100px ;
text-transform : uppercase ;
font-family : Cooper Std Black ;
font-size : 18px ;
font-weight : normal ;
border-radius : 20px ;
}

p
{
color : black ;
padding-left : 20px ;
}


form input[type="text"]
{
width : 150px ;
}

button
{
background : #999900 ;
border-radius : 10px ;
color : black ;
display : block ;
font-size : 18px ;
font-weight : bold ;
margin : 10px 75px ;
text-transform : uppercase ;
}

button:hover
{
background : #4c2827 ; 
}

tr
{
color: black ;
}


.textblock
{
background : #f7f7f7 ;
color : black ;
font-size : 14px ; 
padding : 5px ;
width : 60% ;
}

.textblock:focus
{
border : 3px solid #FFFF00 ; 
background : #FFFFFF ; 
outline : none ; 
}

